From: Chong Yidong Date: Sat, 24 Mar 2007 15:50:05 +0000 (+0000) Subject: * editfns.c (Ftranspose_regions): Use set_text_properties_1 X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1374 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=52fa22d90caab2210b2789b2fc59f19548457952;p=emacs.git * editfns.c (Ftranspose_regions): Use set_text_properties_1 instead of Fset_text_properties to avoid GC. Signal after change. --- diff --git a/src/ChangeLog b/src/ChangeLog index daac9492eaf..bfe41f5c0b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-03-24 Chong Yidong + + * editfns.c (Ftranspose_regions): Use set_text_properties_1 + instead of Fset_text_properties to avoid GC. Signal after change. + 2007-03-24 Eli Zaretskii * xfns.c (Fx_show_tip): Doc fix.